func google.golang.org/protobuf/internal/encoding/text.indexNeedEscapeInBytes
3 uses
google.golang.org/protobuf/internal/encoding/text (current package)
decode_string.go#L57: i := indexNeedEscapeInBytes(in)
decode_string.go#L144: i := indexNeedEscapeInBytes(in[n:])
decode_string.go#L153: func indexNeedEscapeInBytes(b []byte) int { return indexNeedEscapeInString(strs.UnsafeString(b)) }
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)